Welcome![Sign In][Sign Up]
Location:
Search - quick sort

Search list

[Windows Developsort

Description: 给定N个int类型(自定N的上限M,例如M=100000,N的取值不能少于10000)的整数,分别使用插入排序、快速排序、归并排序和堆排序方法进行升幂排序。-Int a given N-type (the upper limit of N self-M, for example, M = 100000, N value should not less than 10000) integer, respectively, using the insertion sort, quick sort, merge sort and heap sort methods or power sequencing.
Platform: | Size: 318464 | Author: nemo | Hits:

[Data structsMergeSort

Description: 快速排序算法,二分排序算法的完全实现 时间复杂度只有log(N) -Quick sort algorithm, the second sub-sorting algorithm time complexity fully realized only log (N)
Platform: | Size: 18432 | Author: yarakchou | Hits:

[Data structssort

Description: 数据结构中数据的排序示例,包括堆排序、快速排序等-Data structure to sort the data sample, including the heap sort, quick sort, etc.
Platform: | Size: 9216 | Author: 周详 | Hits:

[Data structsSortAlgorithmInJava

Description: java中几种常用的排序算法。 用Java语言实现的各种排序,包括插入排序、冒泡排序、选择排序、Shell排序、快速排序、归并排序、堆排序、SortUtil等。-java of several commonly used sorting algorithm. Using Java language to achieve a variety of sorting, including the Insertion Sort, Bubble Sort, Selection Sort, Shell Sort, Quick Sort, Merge Sort, Heap Sort, SortUtil such.
Platform: | Size: 3072 | Author: alonso | Hits:

[OtherMergeSort

Description: 矩阵转置,intel线程挑战赛作品,多线程,TBB,归并排序,快速排序-Matrix transpose, intel Challenge thread works, multi-threaded, TBB, merge sort, quick sort
Platform: | Size: 1370112 | Author: 郭溪林 | Hits:

[OtherSort

Description: 组合6种排序方式,比较6种排序方式的效率。感谢csdn上一网友的快速排序与堆排序代码。-Sort by six kinds of combinations to compare six kinds of sorting efficiency. Thank CSDN a Netizen of quick sort and heap sort code.
Platform: | Size: 2988032 | Author: luofei | Hits:

[Windows Developsort

Description: 用java语言实现对一维数组的快速排序算法-Using java language of one-dimensional array of quick sort algorithm
Platform: | Size: 2048 | Author: 谭明艳 | Hits:

[Data structssort

Description: 自己编写的排序算法的代码,有桶排序,计数排序,基数排序,归并排序,堆排序,插入排序,快速排序,选择排序。-Sorting algorithm I have written the code, there are barrels of sorting, counting sort, Radix Sort, Merge Sort, Heap Sort, Insertion Sort, Quick Sort, select Sort.
Platform: | Size: 4096 | Author: yiming | Hits:

[Othersort

Description: 通过一组相同的数据,对六种不同排序方法(冒泡排序、快速排序、直接插入排序、希尔排序、简单选择排序、堆排序、二路归并排序)的数据元素的比较和移动的次数做一个比较,并对结果作出简单分析-Through a group of the same data, sort of six different methods (bubble sort, quick sort, direct insertion sort, Hill sort, simple selection sort HEAPSORT, Road Merging Sort) comparison of data elements and mobile number a comparison of the results of a simple analysis
Platform: | Size: 2048 | Author: 吕璐 | Hits:

[Data structsreport+of+Algorithm

Description: 算法设计的实验报告 包括Bottom-Up Merge Sorting算法、插入排序算法Heaps的创建堆、堆排序算法、按秩合并算法以及带路径压缩算法、实现查找第K小元素算法、实现快速排序算法、实现平面内最接近点对算法、实现最长公共子序列算法、实现矩阵链相乘算法、实现0/1背包问题算法、实现Dijistra’s算法、Prim算法、Kruskal算法、文件压缩算法-Experimental Algorithm Design Report including Bottom-Up Merge Sorting Algorithm, Insertion Sort algorithm creation Heaps Heap, Heap Sort algorithm, according to rank and merge algorithm with path compression algorithm to find the first small element K algorithm, the realization of quick sort algorithm, the realization of planar within the nearest point on the algorithm to achieve the longest common sub-sequence algorithm, the realization of matrix-chain multiplication algorithm, the realization of 0/1 knapsack problem algorithm Dijistra s algorithm, Prim algorithm, Kruskal algorithm, file compression algorithm
Platform: | Size: 28672 | Author: 苏宁 | Hits:

[CSharpSort

Description: 只是一个关于排序的作业,包含堆排序、快速排序、冒泡排序、选择排序、替换排序、希尔排序等七种排序并且有图来显示各种各自的特点和比较。会经常用到的。。。C#源码-Only a sort of operations, contains HEAPSORT, Quick Sort, Bubble Sort, Selection Sort, replacement Sort Hill sort ranking of seven and a map to show the variety of their own characteristics and compared. Will be frequently used. . . C# Source
Platform: | Size: 143360 | Author: 王德安 | Hits:

[OtherSort

Description: 快速排序问题,利用快速排序的原理给输入的一组数据进行排序-Express scheduling problem, using the principle of quick sort to enter one set of data to sort
Platform: | Size: 1024 | Author: 李加佳 | Hits:

[OtherSort

Description: 几种排序和评价,快速排序等,有具体的时间比较!-And evaluation of some sort, quick sort and so on, have a specific time!
Platform: | Size: 3072 | Author: xuxu | Hits:

[Othersort

Description: 设计一个Visual C++程序实现几种排序方法,要求输入一组数组之后,可以算出其几种排序的结果,即,依次为:直接插入排序,希尔排序,冒泡排序,快速排序,简单选择排序,堆排序,归并排序。 -To design a Visual C++ procedures for implementation of several sorting methods, for the importation of a group of the array, you can calculate the number of sequencing results, that is, as follows: Direct Insertion Sort, Hill sort, bubble sort, quick sort, selection sort easy , heap sort, merge sort.
Platform: | Size: 7168 | Author: 韩小寒 | Hits:

[Data structssort

Description: 包括归并排序、基数排序、快速排序、谢尔排序、以及每一种排序的详细ppt实例说明和解释~! -Including merge sort, Radix Sort, Quick Sort, Shell Sort, and sort each type of detailed examples and explanations ppt ~!
Platform: | Size: 96256 | Author: heqin | Hits:

[MPImpi

Description: 基于MPI的并行快排和并行枚举排序的实现。属于MPI的入门级程序。-MPI-based parallel quick scheduling and parallel implementation enumeration sort. MPI belong to the entry-level procedures.
Platform: | Size: 4096 | Author: 兰韬 | Hits:

[Mathimatics-Numerical algorithmssort

Description: 这是一段关于四种排序方法的完全源代码及其相互之间的比较,包括:Heap sort,Merge sort,Quick sort,Radix sort-This is a period of about four kinds of methods to sort the complete source code and the comparison between, including: Heap sort, Merge sort, Quick sort, Radix sort
Platform: | Size: 466944 | Author: xj | Hits:

[Windows Developsort

Description: 排序算法,包括了直接插入排序,冒泡排序,快速排序-Sorting algorithm, including a direct insertion sort, bubble sort, quick sort, etc.
Platform: | Size: 1024 | Author: 太阳 | Hits:

[JSP/Javabubble_quick_selection_sorts

Description: bubble sort quick sort selection sort developed to measure time performance of each sorting and compare their results with each other for very large data set 2
Platform: | Size: 5120 | Author: cybercbm | Hits:

[Windows DevelopSort

Description: 快速排序算法分析,算法性能分析,和其他算法时间对比。-Quick Sort algorithm analysis, algorithm performance analysis, and other time comparison algorithm.
Platform: | Size: 214016 | Author: 孟淇 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net